
emu: cpu.c cpu.h main.c Makefile
	gcc -o emu cpu.c main.c -lSDL -O2

clean:
	rm -f emu
